home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 2017 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: news.moose.co.uk!usenet
  2. From: riki@moose.co.uk (Richy W.)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: "How to stay OnLine after a reboot with PPP.device ?"
  5. Date: 22 Mar 1996 20:41:58 GMT
  6. Organization: MOOSENews    
  7. Message-ID: <1569.6655T1179T451@moose.co.uk>
  8. References: <4impo5$qn4@frontier.ICO.Olivetti.Com> <2334.6653T775T1983@xmission.com>
  9. NNTP-Posting-Host: moo060.moose.co.uk
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  
  13.  IB>> I read in PPP documentation that it would be possible to make the modem
  14.  IB>> not to hangup connection when the A1200 reboots. As I'm using IBrowse,
  15.  IB>> and sometimes this one crashes, I'd like to setup the modem and PPP so
  16.  IB>> that if the machine crashes I can restart TCP/IP connection without
  17.  IB>> redialing my ISP (and saving precious phone bill money :)).
  18.  
  19. I'd like to be able to do this to!
  20.  
  21. >Use the CD switch in your ppp config. That prevents ppp.device from dialing
  22. >if the modem is already on line.
  23.  
  24. I've done this ppp.config now looks like this......
  25.  
  26. serial.device 0 57600 0.0.0.0 7WIRE
  27. CD
  28. DIALSCRIPT=amiTCP:db/dialscript
  29.  
  30. Is this correct?
  31.  
  32. Problem I'm having is that I can't get the Modem to stay on line if my Amiga
  33. is reset.  This is part of my dial-script.  I've included AT&F1 (I think this
  34. is the command to get the modem to stay online).......
  35.  
  36. #PPP device dialscript
  37. echo off
  38. #timeout ticks 500=10 secs
  39. timeout 3000
  40. redial "BUSY","NO CARRIER","NO ANSWER"
  41. redialdelay 250
  42. send "ATZ"
  43. wait "OK"
  44. send "AT&F1"
  45. wait "OK"
  46.  
  47. Cut ------  The rest just dials the number and inserts the username and
  48. password.
  49.  
  50. Is this correct.  (I think probably not)
  51.  
  52. Help apprecaited!!!
  53.  
  54.  
  55. <sb>riki@moose.co.uk
  56.      ________              _       __        _
  57.     /////////  _          //       ||       //
  58.    //_____//  //  ____   //        ||      //
  59.   //\\/////  _   /////  //____     || /\  //
  60.  //  \\     //  //__   ///////     ||//\\// _
  61. //    \\___//__/////__//   //      |// \// //
  62. *======================================\/====*
  63. <sb>Amiga A1200 68030 50Mhz.
  64.  
  65.